sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.view
/
[main]SemBlurCompat
Sem
Blur
Compat
open
class
SemBlurCompat
(
source
)
Members
Constructors
Sem
Blur
Compat
Link copied to clipboard
constructor
(
)
Types
Sesl
Blur
Mode
Link copied to clipboard
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
SeslBlurMode
Properties
BLUR_
MODE_
CANVAS
Link copied to clipboard
val
BLUR_MODE_CANVAS
:
Int
=
2
BLUR_
MODE_
WINDOW
Link copied to clipboard
val
BLUR_MODE_WINDOW
:
Int
=
0
BLUR_
MODE_
WINDOW_
CAPTURED
Link copied to clipboard
val
BLUR_MODE_WINDOW_CAPTURED
:
Int
=
1
Functions
set
Blur
Effect
Link copied to clipboard
open
fun
setBlurEffect
(
@
NonNull
view
:
View
,
@
ColorInt
color
:
Int
,
radius
:
Int
,
blurMode
:
Int
,
cornerRadius
:
Float
)
:
Boolean